home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / src / swtools / tracebackCode / README < prev    next >
Encoding:
Text File  |  1994-08-02  |  700 b   |  22 lines

  1.  
  2.         ~4Dgifts/toolbox/src/swtools/tracebackCode README
  3.  
  4.  
  5.    
  6.      Two programs are contained herein, myfile.c+traceback.c and test.c.
  7.  
  8.      These provide alternate implementations of a function which, when 
  9.      called, prints a stack traceback of the calling program.
  10.  
  11.      They are principally useful for debugging code that has gotten
  12.      into an 'interesting' location.  Since the functions return 
  13.      normally, the application can continue to operate.
  14.  
  15.      
  16.      myfile.c+traceback.c uses the library libexc, while the other,
  17.      test.c, lets dbx do the work.
  18.  
  19.      /usr/include/exception.h is your best source.  There's also
  20.      a conference proceedings paper, mentioned in traceback.c
  21.  
  22.